File manager - Edit - /home/autoph/public_html/projects/ahg-prf-api/app/Models/NotificationModel.php
Back
<?php namespace App\Models; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; use OwenIt\Auditing\Contracts\Auditable; use Illuminate\Notifications\Notifiable; use OwenIt\Auditing\Auditable as AuditableTrait; class NotificationModel extends Model implements Auditable { use HasFactory, AuditableTrait, Notifiable; protected $table='notifications'; protected $guarded=[ 'deleted_at', ]; protected $casts = [ 'created_at' => 'datetime', 'updated_at' => 'datetime', 'deleted_at' => 'datetime', ]; }
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0.09 |
proxy
|
phpinfo
|
Settings